Microsoft DirectX 8.1 (C++)

IChannelLineups Interface

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The IChannelLineups interface manages a ChannelLineups collection.

In addition to the methods inherited from IDispatch, the IChannelLineups interface exposes the following methods.

Method Description
get_AddNew Adds a new ChannelLineup object to the collection.
get_Count Retrieves the number of ChannelLineup objects in this ChannelLineups collection.
get_Item Retrieves a specified object from the collection.
get_ItemsByKey Retrieves a sorted collection of objects that meet the specified criteria.
get_ItemWithKey Retrieves an object from a collection by using the collection's key metaproperty.
Remove Removes a ChannelLineup object from the collection.
RemoveAll Removes all ChannelLineup objects from the collection.
Resync Updates the collection.
UnreferencedItems Retrieves a collection of ChannelLineup objects that are not referenced by other others.

Remarks

The IID of this interface is IID_IChannelLineups.